home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / unique.arc / UNIQUE.DOC next >
Encoding:
Text File  |  1985-07-07  |  512 b   |  23 lines

  1. /*  UNIQUE.C
  2.  
  3.         Copyright (c) 1984, Gordon Lee Waite
  4.                     413 W. Pleasant Street
  5.                     Maquoketa, IA  52060
  6.  
  7.  
  8.     summary:   unique infile outfile
  9.  
  10.     arguments: infile is the name of the input file.
  11.  
  12.            outfile is the name of the output file.
  13.  
  14.     options:   none
  15.  
  16.     description:
  17.  
  18.     UNIQUE is used to strip adjacent duplicate lines from a file.
  19.  
  20.     The results can be routed to the screen by using CON: for
  21.     the outfile, or to the printer by using PRN:
  22. */
  23.